home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00055.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  403 b   |  16 lines

  1. on exitFrame
  2.   global holdcast, holdh, holdv, myclickon
  3.   if the soundBusy of 1 then
  4.     go(the frame - 1)
  5.   else
  6.     puppetSprite(myclickon, 1)
  7.     set the castNum of sprite myclickon to holdcast
  8.     set the locH of sprite myclickon to holdh
  9.     set the locV of sprite myclickon to holdv
  10.     repeat with xxx = 42 to 45
  11.       set the visible of sprite xxx to 1
  12.     end repeat
  13.     play done
  14.   end if
  15. end
  16.